home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP 1996 szeptember (CD07).zip / CHIP_CD07.ISO / povray30 / povmsdos.exe / POVMSDOS.ZIP / DOCSDEMO / SKYSPH2.POV < prev    next >
Text File  |  1996-05-31  |  391b  |  21 lines

  1. //
  2. // POV-Ray(tm) 3.0 tutorial example scene.
  3. // Copyright 1996 by the POV-Ray Team
  4. //
  5.  
  6. #include "skysph2.inc"
  7.  
  8. sky_sphere {
  9.   pigment {
  10.     gradient y
  11.     color_map {
  12.       [0.000 0.002 color rgb <1.0, 0.2, 0.0> color rgb <1.0, 0.2, 0.0>]
  13.       [0.002 0.200 color rgb <0.8, 0.1, 0.0> color rgb <0.2, 0.2, 0.3>]
  14.     }
  15.     scale 2
  16.     translate -1
  17.   }
  18.   rotate -135*x
  19. }
  20.  
  21.